home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / pascal / tpsqapi1.zip / READ.ME < prev    next >
Text File  |  1992-02-13  |  1KB  |  32 lines

  1.     ----------------------------------------------------------------
  2.     Turbo Pascal based Squish API Library and data structure formats
  3.                             version 1.00
  4.                                 by
  5.             Santronics Software and Alternative Solutions
  6.              (c) copyright 1991 by Santronics Software
  7.             Portions copyrighted by Alternative Unlimited Inc.
  8.     ----------------------------------------------------------------
  9.  
  10. This package contains the turbo pascal libary for handling Maximus 2.0
  11. Squish files.  These are basic low level routines and good programmers
  12. should not have any trouble using them. A sample program SQDEMO is
  13. provided to show you have to read a message file. TESTADD.EXE will
  14. show you how to WRITE a message to the squish FILES.
  15.  
  16. This API should be sufficient for most programmers to get started.
  17.  
  18. Tested with TURBO Pascal 6.0
  19.  
  20. SQUISH.PAS      SQUISH API
  21. STRLIB.PAS      Santronics Software String Library
  22. FIDOFMT.PAS     Basic SDM (*.msg layout) Opus Style
  23. IOFILES.PAS     Santronics Software Stream I/O Library with File Sharing
  24. MSGTOSQ.PAS     Unit to add a SDM message into a SQUISH database.
  25.  
  26. DEMOS.ZIP
  27.   SQDEMO.PAS    A primitive SQUISH file reader
  28.   TESTADD.PAS   Adds a *.MSG file into a SQUISH database
  29.   DISPTXT.INC   displays squish message on screen
  30.   DOSDATE.PAS   Date routines. used to calculate FTSC-1 fido ascii date
  31.  
  32.